dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / MemCryptStorage Class / AddKey Method / AddKey(String,Byte[]) Method
The key ID.
The added key.

AddKey(String,Byte[]) Method
Adds a key with a specific ID to MemCryptStorage.
Syntax
'Declaration
 
Public Overloads Shared Sub AddKey( _
   ByVal id As String, _
   ByVal pemKey() As Byte _
) 
 

Parameters

id
The key ID.
pemKey
The added key.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also